home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd1.bin / Software / Vyzkuste / tiptrik / tiptrik.exe / soubory pro pcw 10 - æikovn¡ pomocn¡ci pro vaçe Windows / skripty / KopirovatJenViditelne.bas < prev    next >
BASIC Source File  |  2000-08-17  |  131b  |  5 lines

  1. Attribute VB_Name = "KopirovatJenViditelne"
  2. Sub KopirovatJenViditelne()
  3. Selection.SpecialCells(xlCellTypeVisible).Copy
  4. End Sub
  5.